@Nullable
public GrTypeDefinitionBody getBody() {
return (GrTypeDefinitionBody)findChildByType(GroovyElementTypes.CLASS_BODY);
}
@NotNull
@Nullable
public GrTypeDefinitionBody getBody() {
return getStubOrPsiChild(GroovyElementTypes.CLASS_BODY);
}
@NotNull